usage: testcliadmin [-h] [-v]
                    {destroy,fake,feature-A,feature-B,feature-C,feature-D,service,the-last,update,upload}
                    ...

Sample DynaCLI Tool

positional arguments:
  {destroy,fake,feature-A,feature-B,feature-C,feature-D,service,the-last,update,upload}
    destroy             Destroy given name...
    fake                [ERROR] Missing the module docstring
    feature-A           Does something useful
    feature-B           Does something extremely useful
    feature-C           For admin users
    feature-D           Do not forget about this feature for admins
    service             This is an example of module feature
    the-last            This is an example of module feature
    update              Updates everything...
    upload              This is an example of module feature

optional arguments:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
---